home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMCREATEPARAMETER / TFRMCREATEPARAMETER.txt
Encoding:
Text File  |  2003-01-14  |  2.2 KB  |  96 lines

  1. inherited frmCreateParameter: TfrmCreateParameter
  2.   OldCreateOrder = True
  3.   PixelsPerInch = 96
  4.   TextHeight = 13
  5.   inherited pnlTop: TPanel
  6.     inherited lblCommandName: TLabel
  7.       Caption = ''
  8.     end
  9.   end
  10.   inherited pnlCenter: TPanel
  11.     inherited pgcControlPage: TPageControl
  12.       inherited tbsAM5Main: TTabSheet
  13.         object lblParamName: TLabel
  14.           Left = 10
  15.           Top = 16
  16.           Width = 205
  17.           Height = 13
  18.           AutoSize = False
  19.           Caption = 'Parameter &Name:'
  20.           FocusControl = edtParamName
  21.         end
  22.         object lblParamValue: TLabel
  23.           Left = 10
  24.           Top = 63
  25.           Width = 209
  26.           Height = 13
  27.           AutoSize = False
  28.           Caption = '&Default Value:'
  29.           FocusControl = memParamValue
  30.         end
  31.         object lblDescription: TLabel
  32.           Left = 10
  33.           Top = 157
  34.           Width = 293
  35.           Height = 13
  36.           AutoSize = False
  37.           Caption = 'De&scription (optional):'
  38.           FocusControl = edtParamDescription
  39.         end
  40.         object edtParamName: TEdit
  41.           Left = 10
  42.           Top = 32
  43.           Width = 224
  44.           Height = 21
  45.           TabOrder = 0
  46.         end
  47.         object memParamValue: TMemo
  48.           Left = 10
  49.           Top = 79
  50.           Width = 449
  51.           Height = 68
  52.           ScrollBars = ssVertical
  53.           TabOrder = 1
  54.           OnKeyDown = memParamValueKeyDown
  55.         end
  56.         object edtParamDescription: TEdit
  57.           Left = 10
  58.           Top = 173
  59.           Width = 224
  60.           Height = 21
  61.           TabOrder = 2
  62.         end
  63.       end
  64.     end
  65.   end
  66.   inherited dxSIBarManager: TdxBarManager
  67.     Categories.ItemsVisibles = (
  68.       2)
  69.     Categories.Visibles = (
  70.       True)
  71.     PopupMenuLinks = <
  72.       item
  73.         Control = lsvAM5Errors
  74.         PopupMenu = dxCheckPopup
  75.       end>
  76.     DockControlHeights = (
  77.       0
  78.       0
  79.       0
  80.       0)
  81.   end
  82.   inherited dxCheckPopup: TdxBarPopupMenu
  83.     ItemLinks = <
  84.       item
  85.         Item = itmCheckAllErrors
  86.         UserGlyph.Data = {00000000}
  87.         Visible = True
  88.       end
  89.       item
  90.         Item = itmCheckNoErrors
  91.         UserGlyph.Data = {00000000}
  92.         Visible = True
  93.       end>
  94.   end
  95. end
  96.